SERVO MOTOR CONTROL WITH ARDUINO IR INFRARED CONTROL by Elif AVCU

SERVO MOTOR CONTROL WITH ARDUINO IR INFRARED CONTROL by Elif AVCU

Author:Elif AVCU [AVCU, Elif]
Language: eng
Format: azw3
Published: 2018-08-03T16:00:00+00:00


value that comes up when the key is pressed. Before you try, change your HEX codes with

mine because chances of not being the same are very high.

NECESSARY MATERIALS

One infrared control and sensor;

One Arduino

One servo

Jumper cables

5v breadboard to replicate

Connections = sensor 11 servo 9;

Scheme showing the links of our Project

Deviation Codes

#include <Servo.h>

#include <IRremote.h>

int RECV_PIN = 11;

Servo servo;

IRrecv irrecv(RECV_PIN);

decode_results results;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.